object frmRemoveEntry: TfrmRemoveEntry Left = 319 Top = 246 BorderStyle = bsDialog Caption = 'Remove Entry' ClientHeight = 195 ClientWidth = 362 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 16 Top = 24 Width = 49 Height = 49 Picture.Data = {} Transparent = True end object Label1: TLabel Left = 88 Top = 16 Width = 249 Height = 113 AutoSize = False Caption = 'Label1' Transparent = True WordWrap = True end object Bevel1: TBevel Left = 16 Top = 136 Width = 337 Height = 49 Shape = bsTopLine end object BitBtn1: TBitBtn Left = 176 Top = 144 Width = 88 Height = 25 Caption = 'Remove Entry' TabOrder = 0 OnClick = BitBtn1Click end object BitBtn2: TBitBtn Left = 276 Top = 144 Width = 74 Height = 25 Caption = 'Cancel' TabOrder = 1 OnClick = BitBtn2Click end object BitBtn3: TBitBtn Left = 16 Top = 144 Width = 113 Height = 27 Caption = 'Browse the directory' TabOrder = 2 Visible = False OnClick = BitBtn3Click end object CheckBox1: TCheckBox Left = 16 Top = 176 Width = 201 Height = 17 Caption = 'Backup this entry before deleting.' Checked = True State = cbChecked TabOrder = 3 end end